@distilled.cloud/kubernetes 0.12.7 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/lib/client/api.d.ts +5 -4
  2. package/lib/client/api.d.ts.map +1 -1
  3. package/lib/client/api.js.map +1 -1
  4. package/lib/services/admissionregistration.d.ts +97 -97
  5. package/lib/services/admissionregistration.d.ts.map +1 -1
  6. package/lib/services/apiextensions.d.ts +14 -14
  7. package/lib/services/apiextensions.d.ts.map +1 -1
  8. package/lib/services/apiregistration.d.ts +14 -14
  9. package/lib/services/apiregistration.d.ts.map +1 -1
  10. package/lib/services/apps.d.ts +78 -78
  11. package/lib/services/apps.d.ts.map +1 -1
  12. package/lib/services/authentication.d.ts +4 -4
  13. package/lib/services/authentication.d.ts.map +1 -1
  14. package/lib/services/authorization.d.ts +6 -6
  15. package/lib/services/authorization.d.ts.map +1 -1
  16. package/lib/services/autoscaling.d.ts +31 -31
  17. package/lib/services/autoscaling.d.ts.map +1 -1
  18. package/lib/services/batch.d.ts +30 -30
  19. package/lib/services/batch.d.ts.map +1 -1
  20. package/lib/services/certificates.d.ts +51 -51
  21. package/lib/services/certificates.d.ts.map +1 -1
  22. package/lib/services/coordination.d.ts +37 -37
  23. package/lib/services/coordination.d.ts.map +1 -1
  24. package/lib/services/core.d.ts +243 -243
  25. package/lib/services/core.d.ts.map +1 -1
  26. package/lib/services/discovery.d.ts +13 -13
  27. package/lib/services/discovery.d.ts.map +1 -1
  28. package/lib/services/events.d.ts +13 -13
  29. package/lib/services/events.d.ts.map +1 -1
  30. package/lib/services/flowcontrol-apiserver.d.ts +26 -26
  31. package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
  32. package/lib/services/internal-apiserver.d.ts +14 -14
  33. package/lib/services/internal-apiserver.d.ts.map +1 -1
  34. package/lib/services/networking.d.ts +79 -79
  35. package/lib/services/networking.d.ts.map +1 -1
  36. package/lib/services/node.d.ts +11 -11
  37. package/lib/services/node.d.ts.map +1 -1
  38. package/lib/services/policy.d.ts +16 -16
  39. package/lib/services/policy.d.ts.map +1 -1
  40. package/lib/services/rbac-authorization.d.ts +42 -42
  41. package/lib/services/rbac-authorization.d.ts.map +1 -1
  42. package/lib/services/resource.d.ts +170 -170
  43. package/lib/services/resource.d.ts.map +1 -1
  44. package/lib/services/scheduling.d.ts +37 -37
  45. package/lib/services/scheduling.d.ts.map +1 -1
  46. package/lib/services/storage.d.ts +71 -71
  47. package/lib/services/storage.d.ts.map +1 -1
  48. package/lib/services/storagemigration.d.ts +14 -14
  49. package/lib/services/storagemigration.d.ts.map +1 -1
  50. package/package.json +4 -4
  51. package/src/client/api.ts +1 -1
@@ -115,7 +115,7 @@ export declare const createCoordinationV1NamespacedLease: API.OperationMethod<{
115
115
  readonly renewTime?: string | undefined;
116
116
  readonly strategy?: string | undefined;
117
117
  } | undefined;
118
- }, Conflict | UnprocessableEntity, any>;
118
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
119
119
  export declare const CreateCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
120
120
  readonly dryRun: Schema.optional<Schema.String>;
121
121
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -222,7 +222,7 @@ export declare const createCoordinationV1alpha2NamespacedLeaseCandidate: API.Ope
222
222
  readonly renewTime?: string | undefined;
223
223
  readonly strategy: string;
224
224
  };
225
- }, Conflict | UnprocessableEntity, any>;
225
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
226
226
  export declare const CreateCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
227
227
  readonly dryRun: Schema.optional<Schema.String>;
228
228
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -329,7 +329,7 @@ export declare const createCoordinationV1beta1NamespacedLeaseCandidate: API.Oper
329
329
  readonly renewTime?: string | undefined;
330
330
  readonly strategy: string;
331
331
  };
332
- }, Conflict | UnprocessableEntity, any>;
332
+ }, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
333
333
  export declare const DeleteCoordinationV1CollectionNamespacedLeaseInput: Schema.Struct<{
334
334
  readonly dryRun: Schema.optional<Schema.String>;
335
335
  }>;
@@ -399,7 +399,7 @@ export declare const deleteCoordinationV1CollectionNamespacedLease: API.Operatio
399
399
  } | undefined;
400
400
  readonly reason?: string | undefined;
401
401
  readonly status?: string | undefined;
402
- }, never, any>;
402
+ }, never, import("../credentials.ts").Credentials>;
403
403
  export declare const DeleteCoordinationV1NamespacedLeaseInput: Schema.Struct<{
404
404
  readonly dryRun: Schema.optional<Schema.String>;
405
405
  }>;
@@ -469,7 +469,7 @@ export declare const deleteCoordinationV1NamespacedLease: API.OperationMethod<{
469
469
  } | undefined;
470
470
  readonly reason?: string | undefined;
471
471
  readonly status?: string | undefined;
472
- }, Conflict | NotFound, any>;
472
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
473
473
  export declare const DeleteCoordinationV1alpha2CollectionNamespacedLeaseCandidateInput: Schema.Struct<{
474
474
  readonly dryRun: Schema.optional<Schema.String>;
475
475
  }>;
@@ -539,7 +539,7 @@ export declare const deleteCoordinationV1alpha2CollectionNamespacedLeaseCandidat
539
539
  } | undefined;
540
540
  readonly reason?: string | undefined;
541
541
  readonly status?: string | undefined;
542
- }, never, any>;
542
+ }, never, import("../credentials.ts").Credentials>;
543
543
  export declare const DeleteCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
544
544
  readonly dryRun: Schema.optional<Schema.String>;
545
545
  }>;
@@ -609,7 +609,7 @@ export declare const deleteCoordinationV1alpha2NamespacedLeaseCandidate: API.Ope
609
609
  } | undefined;
610
610
  readonly reason?: string | undefined;
611
611
  readonly status?: string | undefined;
612
- }, Conflict | NotFound, any>;
612
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
613
613
  export declare const DeleteCoordinationV1beta1CollectionNamespacedLeaseCandidateInput: Schema.Struct<{
614
614
  readonly dryRun: Schema.optional<Schema.String>;
615
615
  }>;
@@ -679,7 +679,7 @@ export declare const deleteCoordinationV1beta1CollectionNamespacedLeaseCandidate
679
679
  } | undefined;
680
680
  readonly reason?: string | undefined;
681
681
  readonly status?: string | undefined;
682
- }, never, any>;
682
+ }, never, import("../credentials.ts").Credentials>;
683
683
  export declare const DeleteCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
684
684
  readonly dryRun: Schema.optional<Schema.String>;
685
685
  }>;
@@ -749,7 +749,7 @@ export declare const deleteCoordinationV1beta1NamespacedLeaseCandidate: API.Oper
749
749
  } | undefined;
750
750
  readonly reason?: string | undefined;
751
751
  readonly status?: string | undefined;
752
- }, Conflict | NotFound, any>;
752
+ }, Conflict | NotFound, import("../credentials.ts").Credentials>;
753
753
  export declare const GetCoordinationAPIGroupInput: Schema.Struct<{}>;
754
754
  export type GetCoordinationAPIGroupInput = typeof GetCoordinationAPIGroupInput.Type;
755
755
  export declare const GetCoordinationAPIGroupOutput: Schema.Struct<{
@@ -789,7 +789,7 @@ export declare const getCoordinationAPIGroup: API.OperationMethod<{}, {
789
789
  readonly groupVersion: string;
790
790
  readonly version: string;
791
791
  }[];
792
- }, never, any>;
792
+ }, never, import("../credentials.ts").Credentials>;
793
793
  export declare const GetCoordinationV1APIResourcesInput: Schema.Struct<{}>;
794
794
  export type GetCoordinationV1APIResourcesInput = typeof GetCoordinationV1APIResourcesInput.Type;
795
795
  export declare const GetCoordinationV1APIResourcesOutput: Schema.Struct<{
@@ -829,7 +829,7 @@ export declare const getCoordinationV1APIResources: API.OperationMethod<{}, {
829
829
  readonly verbs: readonly string[];
830
830
  readonly version?: string | undefined;
831
831
  }[];
832
- }, never, any>;
832
+ }, never, import("../credentials.ts").Credentials>;
833
833
  export declare const GetCoordinationV1alpha2APIResourcesInput: Schema.Struct<{}>;
834
834
  export type GetCoordinationV1alpha2APIResourcesInput = typeof GetCoordinationV1alpha2APIResourcesInput.Type;
835
835
  export declare const GetCoordinationV1alpha2APIResourcesOutput: Schema.Struct<{
@@ -869,7 +869,7 @@ export declare const getCoordinationV1alpha2APIResources: API.OperationMethod<{}
869
869
  readonly verbs: readonly string[];
870
870
  readonly version?: string | undefined;
871
871
  }[];
872
- }, never, any>;
872
+ }, never, import("../credentials.ts").Credentials>;
873
873
  export declare const GetCoordinationV1beta1APIResourcesInput: Schema.Struct<{}>;
874
874
  export type GetCoordinationV1beta1APIResourcesInput = typeof GetCoordinationV1beta1APIResourcesInput.Type;
875
875
  export declare const GetCoordinationV1beta1APIResourcesOutput: Schema.Struct<{
@@ -909,7 +909,7 @@ export declare const getCoordinationV1beta1APIResources: API.OperationMethod<{},
909
909
  readonly verbs: readonly string[];
910
910
  readonly version?: string | undefined;
911
911
  }[];
912
- }, never, any>;
912
+ }, never, import("../credentials.ts").Credentials>;
913
913
  export declare const ListCoordinationV1LeaseForAllNamespacesInput: Schema.Struct<{}>;
914
914
  export type ListCoordinationV1LeaseForAllNamespacesInput = typeof ListCoordinationV1LeaseForAllNamespacesInput.Type;
915
915
  export declare const ListCoordinationV1LeaseForAllNamespacesOutput: Schema.Struct<{
@@ -1035,7 +1035,7 @@ export declare const listCoordinationV1LeaseForAllNamespaces: API.OperationMetho
1035
1035
  readonly selector: string;
1036
1036
  } | undefined;
1037
1037
  } | undefined;
1038
- }, never, any>;
1038
+ }, never, import("../credentials.ts").Credentials>;
1039
1039
  export declare const ListCoordinationV1NamespacedLeaseInput: Schema.Struct<{}>;
1040
1040
  export type ListCoordinationV1NamespacedLeaseInput = typeof ListCoordinationV1NamespacedLeaseInput.Type;
1041
1041
  export declare const ListCoordinationV1NamespacedLeaseOutput: Schema.Struct<{
@@ -1161,7 +1161,7 @@ export declare const listCoordinationV1NamespacedLease: API.OperationMethod<{},
1161
1161
  readonly selector: string;
1162
1162
  } | undefined;
1163
1163
  } | undefined;
1164
- }, never, any>;
1164
+ }, never, import("../credentials.ts").Credentials>;
1165
1165
  export declare const ListCoordinationV1alpha2LeaseCandidateForAllNamespacesInput: Schema.Struct<{}>;
1166
1166
  export type ListCoordinationV1alpha2LeaseCandidateForAllNamespacesInput = typeof ListCoordinationV1alpha2LeaseCandidateForAllNamespacesInput.Type;
1167
1167
  export declare const ListCoordinationV1alpha2LeaseCandidateForAllNamespacesOutput: Schema.Struct<{
@@ -1285,7 +1285,7 @@ export declare const listCoordinationV1alpha2LeaseCandidateForAllNamespaces: API
1285
1285
  readonly selector: string;
1286
1286
  } | undefined;
1287
1287
  } | undefined;
1288
- }, never, any>;
1288
+ }, never, import("../credentials.ts").Credentials>;
1289
1289
  export declare const ListCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{}>;
1290
1290
  export type ListCoordinationV1alpha2NamespacedLeaseCandidateInput = typeof ListCoordinationV1alpha2NamespacedLeaseCandidateInput.Type;
1291
1291
  export declare const ListCoordinationV1alpha2NamespacedLeaseCandidateOutput: Schema.Struct<{
@@ -1409,7 +1409,7 @@ export declare const listCoordinationV1alpha2NamespacedLeaseCandidate: API.Opera
1409
1409
  readonly selector: string;
1410
1410
  } | undefined;
1411
1411
  } | undefined;
1412
- }, never, any>;
1412
+ }, never, import("../credentials.ts").Credentials>;
1413
1413
  export declare const ListCoordinationV1beta1LeaseCandidateForAllNamespacesInput: Schema.Struct<{}>;
1414
1414
  export type ListCoordinationV1beta1LeaseCandidateForAllNamespacesInput = typeof ListCoordinationV1beta1LeaseCandidateForAllNamespacesInput.Type;
1415
1415
  export declare const ListCoordinationV1beta1LeaseCandidateForAllNamespacesOutput: Schema.Struct<{
@@ -1533,7 +1533,7 @@ export declare const listCoordinationV1beta1LeaseCandidateForAllNamespaces: API.
1533
1533
  readonly selector: string;
1534
1534
  } | undefined;
1535
1535
  } | undefined;
1536
- }, never, any>;
1536
+ }, never, import("../credentials.ts").Credentials>;
1537
1537
  export declare const ListCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{}>;
1538
1538
  export type ListCoordinationV1beta1NamespacedLeaseCandidateInput = typeof ListCoordinationV1beta1NamespacedLeaseCandidateInput.Type;
1539
1539
  export declare const ListCoordinationV1beta1NamespacedLeaseCandidateOutput: Schema.Struct<{
@@ -1657,7 +1657,7 @@ export declare const listCoordinationV1beta1NamespacedLeaseCandidate: API.Operat
1657
1657
  readonly selector: string;
1658
1658
  } | undefined;
1659
1659
  } | undefined;
1660
- }, never, any>;
1660
+ }, never, import("../credentials.ts").Credentials>;
1661
1661
  export declare const PatchCoordinationV1NamespacedLeaseInput: Schema.Struct<{
1662
1662
  readonly dryRun: Schema.optional<Schema.String>;
1663
1663
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1766,7 +1766,7 @@ export declare const patchCoordinationV1NamespacedLease: API.OperationMethod<{
1766
1766
  readonly renewTime?: string | undefined;
1767
1767
  readonly strategy?: string | undefined;
1768
1768
  } | undefined;
1769
- }, Conflict | NotFound | UnprocessableEntity, any>;
1769
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
1770
1770
  export declare const PatchCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
1771
1771
  readonly dryRun: Schema.optional<Schema.String>;
1772
1772
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1873,7 +1873,7 @@ export declare const patchCoordinationV1alpha2NamespacedLeaseCandidate: API.Oper
1873
1873
  readonly renewTime?: string | undefined;
1874
1874
  readonly strategy: string;
1875
1875
  };
1876
- }, Conflict | NotFound | UnprocessableEntity, any>;
1876
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
1877
1877
  export declare const PatchCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
1878
1878
  readonly dryRun: Schema.optional<Schema.String>;
1879
1879
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -1980,7 +1980,7 @@ export declare const patchCoordinationV1beta1NamespacedLeaseCandidate: API.Opera
1980
1980
  readonly renewTime?: string | undefined;
1981
1981
  readonly strategy: string;
1982
1982
  };
1983
- }, Conflict | NotFound | UnprocessableEntity, any>;
1983
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
1984
1984
  export declare const ReadCoordinationV1NamespacedLeaseInput: Schema.Struct<{}>;
1985
1985
  export type ReadCoordinationV1NamespacedLeaseInput = typeof ReadCoordinationV1NamespacedLeaseInput.Type;
1986
1986
  export declare const ReadCoordinationV1NamespacedLeaseOutput: Schema.Struct<{
@@ -2080,7 +2080,7 @@ export declare const readCoordinationV1NamespacedLease: API.OperationMethod<{},
2080
2080
  readonly renewTime?: string | undefined;
2081
2081
  readonly strategy?: string | undefined;
2082
2082
  } | undefined;
2083
- }, NotFound, any>;
2083
+ }, NotFound, import("../credentials.ts").Credentials>;
2084
2084
  export declare const ReadCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{}>;
2085
2085
  export type ReadCoordinationV1alpha2NamespacedLeaseCandidateInput = typeof ReadCoordinationV1alpha2NamespacedLeaseCandidateInput.Type;
2086
2086
  export declare const ReadCoordinationV1alpha2NamespacedLeaseCandidateOutput: Schema.Struct<{
@@ -2178,7 +2178,7 @@ export declare const readCoordinationV1alpha2NamespacedLeaseCandidate: API.Opera
2178
2178
  readonly renewTime?: string | undefined;
2179
2179
  readonly strategy: string;
2180
2180
  };
2181
- }, NotFound, any>;
2181
+ }, NotFound, import("../credentials.ts").Credentials>;
2182
2182
  export declare const ReadCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{}>;
2183
2183
  export type ReadCoordinationV1beta1NamespacedLeaseCandidateInput = typeof ReadCoordinationV1beta1NamespacedLeaseCandidateInput.Type;
2184
2184
  export declare const ReadCoordinationV1beta1NamespacedLeaseCandidateOutput: Schema.Struct<{
@@ -2276,7 +2276,7 @@ export declare const readCoordinationV1beta1NamespacedLeaseCandidate: API.Operat
2276
2276
  readonly renewTime?: string | undefined;
2277
2277
  readonly strategy: string;
2278
2278
  };
2279
- }, NotFound, any>;
2279
+ }, NotFound, import("../credentials.ts").Credentials>;
2280
2280
  export declare const ReplaceCoordinationV1NamespacedLeaseInput: Schema.Struct<{
2281
2281
  readonly dryRun: Schema.optional<Schema.String>;
2282
2282
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2385,7 +2385,7 @@ export declare const replaceCoordinationV1NamespacedLease: API.OperationMethod<{
2385
2385
  readonly renewTime?: string | undefined;
2386
2386
  readonly strategy?: string | undefined;
2387
2387
  } | undefined;
2388
- }, Conflict | NotFound | UnprocessableEntity, any>;
2388
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
2389
2389
  export declare const ReplaceCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
2390
2390
  readonly dryRun: Schema.optional<Schema.String>;
2391
2391
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2492,7 +2492,7 @@ export declare const replaceCoordinationV1alpha2NamespacedLeaseCandidate: API.Op
2492
2492
  readonly renewTime?: string | undefined;
2493
2493
  readonly strategy: string;
2494
2494
  };
2495
- }, Conflict | NotFound | UnprocessableEntity, any>;
2495
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
2496
2496
  export declare const ReplaceCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
2497
2497
  readonly dryRun: Schema.optional<Schema.String>;
2498
2498
  readonly fieldValidation: Schema.optional<Schema.String>;
@@ -2599,7 +2599,7 @@ export declare const replaceCoordinationV1beta1NamespacedLeaseCandidate: API.Ope
2599
2599
  readonly renewTime?: string | undefined;
2600
2600
  readonly strategy: string;
2601
2601
  };
2602
- }, Conflict | NotFound | UnprocessableEntity, any>;
2602
+ }, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
2603
2603
  export declare const WatchCoordinationV1LeaseListForAllNamespacesInput: Schema.Struct<{}>;
2604
2604
  export type WatchCoordinationV1LeaseListForAllNamespacesInput = typeof WatchCoordinationV1LeaseListForAllNamespacesInput.Type;
2605
2605
  export declare const WatchCoordinationV1LeaseListForAllNamespacesOutput: Schema.Struct<{
@@ -2613,7 +2613,7 @@ export type WatchCoordinationV1LeaseListForAllNamespacesOutput = typeof WatchCoo
2613
2613
  export declare const watchCoordinationV1LeaseListForAllNamespaces: API.OperationMethod<{}, {
2614
2614
  readonly object: unknown;
2615
2615
  readonly type: string;
2616
- }, never, any>;
2616
+ }, never, import("../credentials.ts").Credentials>;
2617
2617
  export declare const WatchCoordinationV1NamespacedLeaseInput: Schema.Struct<{}>;
2618
2618
  export type WatchCoordinationV1NamespacedLeaseInput = typeof WatchCoordinationV1NamespacedLeaseInput.Type;
2619
2619
  export declare const WatchCoordinationV1NamespacedLeaseOutput: Schema.Struct<{
@@ -2627,7 +2627,7 @@ export type WatchCoordinationV1NamespacedLeaseOutput = typeof WatchCoordinationV
2627
2627
  export declare const watchCoordinationV1NamespacedLease: API.OperationMethod<{}, {
2628
2628
  readonly object: unknown;
2629
2629
  readonly type: string;
2630
- }, never, any>;
2630
+ }, never, import("../credentials.ts").Credentials>;
2631
2631
  export declare const WatchCoordinationV1NamespacedLeaseListInput: Schema.Struct<{}>;
2632
2632
  export type WatchCoordinationV1NamespacedLeaseListInput = typeof WatchCoordinationV1NamespacedLeaseListInput.Type;
2633
2633
  export declare const WatchCoordinationV1NamespacedLeaseListOutput: Schema.Struct<{
@@ -2641,7 +2641,7 @@ export type WatchCoordinationV1NamespacedLeaseListOutput = typeof WatchCoordinat
2641
2641
  export declare const watchCoordinationV1NamespacedLeaseList: API.OperationMethod<{}, {
2642
2642
  readonly object: unknown;
2643
2643
  readonly type: string;
2644
- }, never, any>;
2644
+ }, never, import("../credentials.ts").Credentials>;
2645
2645
  export declare const WatchCoordinationV1alpha2LeaseCandidateListForAllNamespacesInput: Schema.Struct<{}>;
2646
2646
  export type WatchCoordinationV1alpha2LeaseCandidateListForAllNamespacesInput = typeof WatchCoordinationV1alpha2LeaseCandidateListForAllNamespacesInput.Type;
2647
2647
  export declare const WatchCoordinationV1alpha2LeaseCandidateListForAllNamespacesOutput: Schema.Struct<{
@@ -2655,7 +2655,7 @@ export type WatchCoordinationV1alpha2LeaseCandidateListForAllNamespacesOutput =
2655
2655
  export declare const watchCoordinationV1alpha2LeaseCandidateListForAllNamespaces: API.OperationMethod<{}, {
2656
2656
  readonly object: unknown;
2657
2657
  readonly type: string;
2658
- }, never, any>;
2658
+ }, never, import("../credentials.ts").Credentials>;
2659
2659
  export declare const WatchCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{}>;
2660
2660
  export type WatchCoordinationV1alpha2NamespacedLeaseCandidateInput = typeof WatchCoordinationV1alpha2NamespacedLeaseCandidateInput.Type;
2661
2661
  export declare const WatchCoordinationV1alpha2NamespacedLeaseCandidateOutput: Schema.Struct<{
@@ -2669,7 +2669,7 @@ export type WatchCoordinationV1alpha2NamespacedLeaseCandidateOutput = typeof Wat
2669
2669
  export declare const watchCoordinationV1alpha2NamespacedLeaseCandidate: API.OperationMethod<{}, {
2670
2670
  readonly object: unknown;
2671
2671
  readonly type: string;
2672
- }, never, any>;
2672
+ }, never, import("../credentials.ts").Credentials>;
2673
2673
  export declare const WatchCoordinationV1alpha2NamespacedLeaseCandidateListInput: Schema.Struct<{}>;
2674
2674
  export type WatchCoordinationV1alpha2NamespacedLeaseCandidateListInput = typeof WatchCoordinationV1alpha2NamespacedLeaseCandidateListInput.Type;
2675
2675
  export declare const WatchCoordinationV1alpha2NamespacedLeaseCandidateListOutput: Schema.Struct<{
@@ -2683,7 +2683,7 @@ export type WatchCoordinationV1alpha2NamespacedLeaseCandidateListOutput = typeof
2683
2683
  export declare const watchCoordinationV1alpha2NamespacedLeaseCandidateList: API.OperationMethod<{}, {
2684
2684
  readonly object: unknown;
2685
2685
  readonly type: string;
2686
- }, never, any>;
2686
+ }, never, import("../credentials.ts").Credentials>;
2687
2687
  export declare const WatchCoordinationV1beta1LeaseCandidateListForAllNamespacesInput: Schema.Struct<{}>;
2688
2688
  export type WatchCoordinationV1beta1LeaseCandidateListForAllNamespacesInput = typeof WatchCoordinationV1beta1LeaseCandidateListForAllNamespacesInput.Type;
2689
2689
  export declare const WatchCoordinationV1beta1LeaseCandidateListForAllNamespacesOutput: Schema.Struct<{
@@ -2697,7 +2697,7 @@ export type WatchCoordinationV1beta1LeaseCandidateListForAllNamespacesOutput = t
2697
2697
  export declare const watchCoordinationV1beta1LeaseCandidateListForAllNamespaces: API.OperationMethod<{}, {
2698
2698
  readonly object: unknown;
2699
2699
  readonly type: string;
2700
- }, never, any>;
2700
+ }, never, import("../credentials.ts").Credentials>;
2701
2701
  export declare const WatchCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{}>;
2702
2702
  export type WatchCoordinationV1beta1NamespacedLeaseCandidateInput = typeof WatchCoordinationV1beta1NamespacedLeaseCandidateInput.Type;
2703
2703
  export declare const WatchCoordinationV1beta1NamespacedLeaseCandidateOutput: Schema.Struct<{
@@ -2711,7 +2711,7 @@ export type WatchCoordinationV1beta1NamespacedLeaseCandidateOutput = typeof Watc
2711
2711
  export declare const watchCoordinationV1beta1NamespacedLeaseCandidate: API.OperationMethod<{}, {
2712
2712
  readonly object: unknown;
2713
2713
  readonly type: string;
2714
- }, never, any>;
2714
+ }, never, import("../credentials.ts").Credentials>;
2715
2715
  export declare const WatchCoordinationV1beta1NamespacedLeaseCandidateListInput: Schema.Struct<{}>;
2716
2716
  export type WatchCoordinationV1beta1NamespacedLeaseCandidateListInput = typeof WatchCoordinationV1beta1NamespacedLeaseCandidateListInput.Type;
2717
2717
  export declare const WatchCoordinationV1beta1NamespacedLeaseCandidateListOutput: Schema.Struct<{
@@ -2725,5 +2725,5 @@ export type WatchCoordinationV1beta1NamespacedLeaseCandidateListOutput = typeof
2725
2725
  export declare const watchCoordinationV1beta1NamespacedLeaseCandidateList: API.OperationMethod<{}, {
2726
2726
  readonly object: unknown;
2727
2727
  readonly type: string;
2728
- }, never, any>;
2728
+ }, never, import("../credentials.ts").Credentials>;
2729
2729
  //# sourceMappingURL=coordination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../../src/services/coordination.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../../src/services/coordination.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGvE,eAAO,MAAM,wCAAwC;;;EASlD,CAAC;AACJ,MAAM,MAAM,wCAAwC,GAClD,OAAO,wCAAwC,CAAC,IAAI,CAAC;AAGvD,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2DlD,CAAC;AACL,MAAM,MAAM,yCAAyC,GACnD,OAAO,yCAAyC,CAAC,IAAI,CAAC;AAGxD;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAK3C,CAAC;AAEN,eAAO,MAAM,uDAAuD;;;EASjE,CAAC;AACJ,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,wDAAwD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDjE,CAAC;AACL,MAAM,MAAM,wDAAwD,GAClE,OAAO,wDAAwD,CAAC,IAAI,CAAC;AAGvE;;;;;GAKG;AACH,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAK1D,CAAC;AAEN,eAAO,MAAM,sDAAsD;;;EAShE,CAAC;AACJ,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE,eAAO,MAAM,uDAAuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDhE,CAAC;AACL,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE;;;;;GAKG;AACH,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAKzD,CAAC;AAEN,eAAO,MAAM,kDAAkD;;EAQ5D,CAAC;AACJ,MAAM,MAAM,kDAAkD,GAC5D,OAAO,kDAAkD,CAAC,IAAI,CAAC;AAGjE,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuC5D,CAAC;AACL,MAAM,MAAM,mDAAmD,GAC7D,OAAO,mDAAmD,CAAC,IAAI,CAAC;AAGlE;;;;GAIG;AACH,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAIrD,CAAC;AAEN,eAAO,MAAM,wCAAwC;;EAQlD,CAAC;AACJ,MAAM,MAAM,wCAAwC,GAClD,OAAO,wCAAwC,CAAC,IAAI,CAAC;AAGvD,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuClD,CAAC;AACL,MAAM,MAAM,yCAAyC,GACnD,OAAO,yCAAyC,CAAC,IAAI,CAAC;AAGxD;;;;GAIG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAK3C,CAAC;AAEN,eAAO,MAAM,iEAAiE;;EAQ3E,CAAC;AACJ,MAAM,MAAM,iEAAiE,GAC3E,OAAO,iEAAiE,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuC3E,CAAC;AACL,MAAM,MAAM,kEAAkE,GAC5E,OAAO,kEAAkE,CAAC,IAAI,CAAC;AAGjF;;;;GAIG;AACH,eAAO,MAAM,4DAA4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAMpE,CAAC;AAEN,eAAO,MAAM,uDAAuD;;EAQjE,CAAC;AACJ,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,wDAAwD;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCjE,CAAC;AACL,MAAM,MAAM,wDAAwD,GAClE,OAAO,wDAAwD,CAAC,IAAI,CAAC;AAGvE;;;;GAIG;AACH,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAK1D,CAAC;AAEN,eAAO,MAAM,gEAAgE;;EAQ1E,CAAC;AACJ,MAAM,MAAM,gEAAgE,GAC1E,OAAO,gEAAgE,CAAC,IAAI,CAAC;AAG/E,eAAO,MAAM,iEAAiE;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuC1E,CAAC;AACL,MAAM,MAAM,iEAAiE,GAC3E,OAAO,iEAAiE,CAAC,IAAI,CAAC;AAGhF;;;;GAIG;AACH,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAMnE,CAAC;AAEN,eAAO,MAAM,sDAAsD;;EAQhE,CAAC;AACJ,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE,eAAO,MAAM,uDAAuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuChE,CAAC;AACL,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE;;;;GAIG;AACH,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAKzD,CAAC;AAEN,eAAO,MAAM,4BAA4B,mBAGtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;EAyBtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;kDAKnC,CAAC;AAEF,eAAO,MAAM,kCAAkC,mBAG5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;EAmB5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;kDAIrC,CAAC;AAEN,eAAO,MAAM,wCAAwC,mBAGlD,CAAC;AACJ,MAAM,MAAM,wCAAwC,GAClD,OAAO,wCAAwC,CAAC,IAAI,CAAC;AAGvD,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;EAmBlD,CAAC;AACL,MAAM,MAAM,yCAAyC,GACnD,OAAO,yCAAyC,CAAC,IAAI,CAAC;AAGxD;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;kDAI3C,CAAC;AAEN,eAAO,MAAM,uCAAuC,mBAGjD,CAAC;AACJ,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;EAmBjD,CAAC;AACL,MAAM,MAAM,wCAAwC,GAClD,OAAO,wCAAwC,CAAC,IAAI,CAAC;AAGvD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;kDAI1C,CAAC;AAEN,eAAO,MAAM,4CAA4C,mBAGtD,CAAC;AACJ,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgFtD,CAAC;AACL,MAAM,MAAM,6CAA6C,GACvD,OAAO,6CAA6C,CAAC,IAAI,CAAC;AAG5D;;GAEG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAI/C,CAAC;AAEN,eAAO,MAAM,sCAAsC,mBAMhD,CAAC;AACJ,MAAM,MAAM,sCAAsC,GAChD,OAAO,sCAAsC,CAAC,IAAI,CAAC;AAGrD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgFhD,CAAC;AACL,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAIzC,CAAC;AAEN,eAAO,MAAM,2DAA2D,mBAMrE,CAAC;AACJ,MAAM,MAAM,2DAA2D,GACrE,OAAO,2DAA2D,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,4DAA4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6ErE,CAAC;AACL,MAAM,MAAM,4DAA4D,GACtE,OAAO,4DAA4D,CAAC,IAAI,CAAC;AAG3E;;GAEG;AACH,eAAO,MAAM,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAI9D,CAAC;AAEN,eAAO,MAAM,qDAAqD,mBAM/D,CAAC;AACJ,MAAM,MAAM,qDAAqD,GAC/D,OAAO,qDAAqD,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6E/D,CAAC;AACL,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAIxD,CAAC;AAEN,eAAO,MAAM,0DAA0D,mBAMpE,CAAC;AACJ,MAAM,MAAM,0DAA0D,GACpE,OAAO,0DAA0D,CAAC,IAAI,CAAC;AAGzE,eAAO,MAAM,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6EpE,CAAC;AACL,MAAM,MAAM,2DAA2D,GACrE,OAAO,2DAA2D,CAAC,IAAI,CAAC;AAG1E;;GAEG;AACH,eAAO,MAAM,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAI7D,CAAC;AAEN,eAAO,MAAM,oDAAoD,mBAM9D,CAAC;AACJ,MAAM,MAAM,oDAAoD,GAC9D,OAAO,oDAAoD,CAAC,IAAI,CAAC;AAGnE,eAAO,MAAM,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6E9D,CAAC;AACL,MAAM,MAAM,qDAAqD,GAC/D,OAAO,qDAAqD,CAAC,IAAI,CAAC;AAGpE;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAIvD,CAAC;AAEN,eAAO,MAAM,uCAAuC;;;EASjD,CAAC;AACJ,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2DjD,CAAC;AACL,MAAM,MAAM,wCAAwC,GAClD,OAAO,wCAAwC,CAAC,IAAI,CAAC;AAGvD;;;;;GAKG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sFAK1C,CAAC;AAEN,eAAO,MAAM,sDAAsD;;;EAShE,CAAC;AACJ,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE,eAAO,MAAM,uDAAuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDhE,CAAC;AACL,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE;;;;;GAKG;AACH,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sFAKzD,CAAC;AAEN,eAAO,MAAM,qDAAqD;;;EAS/D,CAAC;AACJ,MAAM,MAAM,qDAAqD,GAC/D,OAAO,qDAAqD,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/D,CAAC;AACL,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE;;;;;GAKG;AACH,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sFAKxD,CAAC;AAEN,eAAO,MAAM,sCAAsC,mBAMhD,CAAC;AACJ,MAAM,MAAM,sCAAsC,GAChD,OAAO,sCAAsC,CAAC,IAAI,CAAC;AAGrD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2DhD,CAAC;AACL,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAKzC,CAAC;AAEN,eAAO,MAAM,qDAAqD,mBAM/D,CAAC;AACJ,MAAM,MAAM,qDAAqD,GAC/D,OAAO,qDAAqD,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/D,CAAC;AACL,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAKxD,CAAC;AAEN,eAAO,MAAM,oDAAoD,mBAM9D,CAAC;AACJ,MAAM,MAAM,oDAAoD,GAC9D,OAAO,oDAAoD,CAAC,IAAI,CAAC;AAGnE,eAAO,MAAM,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD9D,CAAC;AACL,MAAM,MAAM,qDAAqD,GAC/D,OAAO,qDAAqD,CAAC,IAAI,CAAC;AAGpE;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAKvD,CAAC;AAEN,eAAO,MAAM,yCAAyC;;;EASnD,CAAC;AACJ,MAAM,MAAM,yCAAyC,GACnD,OAAO,yCAAyC,CAAC,IAAI,CAAC;AAGxD,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2DnD,CAAC;AACL,MAAM,MAAM,0CAA0C,GACpD,OAAO,0CAA0C,CAAC,IAAI,CAAC;AAGzD;;;;;GAKG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sFAK5C,CAAC;AAEN,eAAO,MAAM,wDAAwD;;;EASlE,CAAC;AACJ,MAAM,MAAM,wDAAwD,GAClE,OAAO,wDAAwD,CAAC,IAAI,CAAC;AAGvE,eAAO,MAAM,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDlE,CAAC;AACL,MAAM,MAAM,yDAAyD,GACnE,OAAO,yDAAyD,CAAC,IAAI,CAAC;AAGxE;;;;;GAKG;AACH,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sFAK3D,CAAC;AAEN,eAAO,MAAM,uDAAuD;;;EASjE,CAAC;AACJ,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,wDAAwD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDjE,CAAC;AACL,MAAM,MAAM,wDAAwD,GAClE,OAAO,wDAAwD,CAAC,IAAI,CAAC;AAGvE;;;;;GAKG;AACH,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sFAK1D,CAAC;AAEN,eAAO,MAAM,iDAAiD,mBAM3D,CAAC;AACJ,MAAM,MAAM,iDAAiD,GAC3D,OAAO,iDAAiD,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,kDAAkD;;;EAI3D,CAAC;AACL,MAAM,MAAM,kDAAkD,GAC5D,OAAO,kDAAkD,CAAC,IAAI,CAAC;AAGjE;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;kDAIpD,CAAC;AAEN,eAAO,MAAM,uCAAuC,mBAMjD,CAAC;AACJ,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD,eAAO,MAAM,wCAAwC;;;EAIjD,CAAC;AACL,MAAM,MAAM,wCAAwC,GAClD,OAAO,wCAAwC,CAAC,IAAI,CAAC;AAGvD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;kDAI1C,CAAC;AAEN,eAAO,MAAM,2CAA2C,mBAMrD,CAAC;AACJ,MAAM,MAAM,2CAA2C,GACrD,OAAO,2CAA2C,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,4CAA4C;;;EAIrD,CAAC;AACL,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;kDAI9C,CAAC;AAEN,eAAO,MAAM,gEAAgE,mBAM1E,CAAC;AACJ,MAAM,MAAM,gEAAgE,GAC1E,OAAO,gEAAgE,CAAC,IAAI,CAAC;AAG/E,eAAO,MAAM,iEAAiE;;;EAI1E,CAAC;AACL,MAAM,MAAM,iEAAiE,GAC3E,OAAO,iEAAiE,CAAC,IAAI,CAAC;AAGhF;;GAEG;AACH,eAAO,MAAM,2DAA2D;;;kDAMnE,CAAC;AAEN,eAAO,MAAM,sDAAsD,mBAMhE,CAAC;AACJ,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE,eAAO,MAAM,uDAAuD;;;EAIhE,CAAC;AACL,MAAM,MAAM,uDAAuD,GACjE,OAAO,uDAAuD,CAAC,IAAI,CAAC;AAGtE;;GAEG;AACH,eAAO,MAAM,iDAAiD;;;kDAIzD,CAAC;AAEN,eAAO,MAAM,0DAA0D,mBAMpE,CAAC;AACJ,MAAM,MAAM,0DAA0D,GACpE,OAAO,0DAA0D,CAAC,IAAI,CAAC;AAGzE,eAAO,MAAM,2DAA2D;;;EAIpE,CAAC;AACL,MAAM,MAAM,2DAA2D,GACrE,OAAO,2DAA2D,CAAC,IAAI,CAAC;AAG1E;;GAEG;AACH,eAAO,MAAM,qDAAqD;;;kDAI7D,CAAC;AAEN,eAAO,MAAM,+DAA+D,mBAMzE,CAAC;AACJ,MAAM,MAAM,+DAA+D,GACzE,OAAO,+DAA+D,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,gEAAgE;;;EAIzE,CAAC;AACL,MAAM,MAAM,gEAAgE,GAC1E,OAAO,gEAAgE,CAAC,IAAI,CAAC;AAG/E;;GAEG;AACH,eAAO,MAAM,0DAA0D;;;kDAMlE,CAAC;AAEN,eAAO,MAAM,qDAAqD,mBAM/D,CAAC;AACJ,MAAM,MAAM,qDAAqD,GAC/D,OAAO,qDAAqD,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,sDAAsD;;;EAI/D,CAAC;AACL,MAAM,MAAM,sDAAsD,GAChE,OAAO,sDAAsD,CAAC,IAAI,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,gDAAgD;;;kDAIxD,CAAC;AAEN,eAAO,MAAM,yDAAyD,mBAMnE,CAAC;AACJ,MAAM,MAAM,yDAAyD,GACnE,OAAO,yDAAyD,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,0DAA0D;;;EAInE,CAAC;AACL,MAAM,MAAM,0DAA0D,GACpE,OAAO,0DAA0D,CAAC,IAAI,CAAC;AAGzE;;GAEG;AACH,eAAO,MAAM,oDAAoD;;;kDAI5D,CAAC"}